home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 44 / PC Gamer IT CD 44 2-2.iso / peacemaker / Peacemaker / Gui / MAINWIDG.DAT < prev    next >
Text File  |  1999-02-23  |  31KB  |  890 lines

  1. FSTPC 5
  2.  
  3. # LOGO ANIM
  4. Animation logoanim
  5. (:area 0 0 100 70 :parent maingui :sub_path main :file logoanim.sur :anim_area 0 0 300 280 :delay 100 :loop)
  6. # region
  7. sRegion mainlogo
  8. (:area 184 17 100 70 :parent maingui :graphic logoanim :layer 1)
  9.  
  10. # NEWS TEXT DISPLAY
  11. Bitmap newsbmp
  12. (:area 0 0 110 56 :parent maingui :sub_path main :file newsback.sur)
  13. sRegion newstext
  14. (:area 180 410 110 56 :parent maingui :graphic newsbmp :font fontc :text 1 1 NO_NEWS :layer 1 :disabled)
  15.  
  16. # WAITING NEWSFLASH ANIM
  17. Animation newsanim1
  18. (:area 0 0 119 64 :parent maingui :sub_path main :file newsflsh.sur :anim_area 0 0 119 128 :delay 150 :loop)
  19. # region
  20. sRegion newswait
  21. (:area 174 407 119 64 :parent maingui :graphic newsanim1 :layer 1)
  22.  
  23. # MISSION
  24. State3 mission_select
  25. (:area 174 107 119 38 :parent maingui :up butup :down butdown :high buthi :cursor high :trans :active_area :layer 1
  26. (:MLButtonDown 1
  27. 1 GUI_play clicksnd 0)
  28. (:MLButtonClk 2
  29. 0 GUI_enter brfgui
  30. 0 setup_brief maingui))
  31.  
  32. # CAMPAIGN
  33. State3 campaign_select
  34. (:area 174 152 119 38 :parent maingui :up butup :down butdown :high buthi :cursor high :trans :active_area :layer 1
  35. (:MLButtonDown 1
  36. 1 GUI_play clicksnd 0)
  37. (:MLButtonClk 2
  38. 0 GUI_enter campgui
  39. 0 setup_camp maingui))
  40.  
  41. # OPTIONS
  42. State3 options_select
  43. (:area 174 287 119 38 :parent maingui :up butup :down butdown :high buthi :cursor high :trans :active_area :layer 1
  44. (:MLButtonDown 1
  45. 1 GUI_play clicksnd 0)
  46. (:MLButtonClk 1
  47. 0 opt_enter optgui))
  48.  
  49. # EXIT
  50. State3 exit_select
  51. (:area 174 332 119 38 :parent maingui :up butup :down butdown :high buthi :cursor high :trans :active_area :layer 1
  52. (:MLButtonDown 1
  53. 1 GUI_play clicksnd 0)
  54. (:MLButtonClk 1
  55. 0 GUI_enter popup11))
  56.  
  57. # NEW PILOT
  58. State3 newpilot
  59. (:area 174 197 119 38 :parent maingui :up butup :down butdown :high buthi :cursor high :trans :active_area :layer 1
  60. (:MLButtonDown 1
  61. 1 GUI_play clicksnd 0)
  62. (:MLButtonClk 2
  63. 0 GUI_enter popup1
  64. 0 pilot_name maingui))
  65.  
  66. # DELETE PILOT
  67. State3 delpilot
  68. (:area 174 242 119 38 :parent maingui :up butup :down butdown :high buthi :cursor high :trans :active_area :layer 1
  69. (:MLButtonDown 1
  70. 1 GUI_play clicksnd 0)
  71. (:MLButtonClk 1
  72. 0 GUI_enter popup2))
  73.  
  74. #====================================================================================================================
  75. # PILOT SLOTS - 21 IN TOTAL
  76. #====================================================================================================================
  77. Bitmap pilon
  78. (:area 0 0 132 20 :sub_path main :file m_high1.sur :parent maingui)
  79. Bitmap piloff
  80. (:area 0 0 132 20 :sub_path main :file m_grey1.sur :parent maingui)
  81. Group pilots
  82. (:area 0 0 0 0 :parent maingui)
  83.  
  84. OnOff pilot1
  85. (:area 26 49 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  86. (:MLButtonDown 1
  87. 1 GUI_play clicksnd 0)
  88. (:On_action 1
  89. 1 select_pilot maingui 0))
  90.  
  91. OnOff pilot2
  92. (:area 26 69 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  93. (:MLButtonDown 1
  94. 1 GUI_play clicksnd 0)
  95. (:On_action 1
  96. 1 select_pilot maingui 1))
  97.  
  98. OnOff pilot3
  99. (:area 26 89 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  100. (:MLButtonDown 1
  101. 1 GUI_play clicksnd 0)
  102. (:On_action 1
  103. 1 select_pilot maingui 2))
  104.  
  105. OnOff pilot4
  106. (:area 26 109 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  107. (:MLButtonDown 1
  108. 1 GUI_play clicksnd 0)
  109. (:On_action 1
  110. 1 select_pilot maingui 3))
  111.  
  112. OnOff pilot5
  113. (:area 26 129 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  114. (:MLButtonDown 1
  115. 1 GUI_play clicksnd 0)
  116. (:On_action 1
  117. 1 select_pilot maingui 4))
  118.  
  119. OnOff pilot6
  120. (:area 26 149 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  121. (:MLButtonDown 1
  122. 1 GUI_play clicksnd 0)
  123. (:On_action 1
  124. 1 select_pilot maingui 5))
  125.  
  126. OnOff pilot7
  127. (:area 26 169 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  128. (:MLButtonDown 1
  129. 1 GUI_play clicksnd 0)
  130. (:On_action 1
  131. 1 select_pilot maingui 6))
  132.  
  133. OnOff pilot8
  134. (:area 26 189 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  135. (:MLButtonDown 1
  136. 1 GUI_play clicksnd 0)
  137. (:On_action 1
  138. 1 select_pilot maingui 7))
  139.  
  140. OnOff pilot9
  141. (:area 26 209 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  142. (:MLButtonDown 1
  143. 1 GUI_play clicksnd 0)
  144. (:On_action 1
  145. 1 select_pilot maingui 8))
  146.  
  147. OnOff pilot10
  148. (:area 26 229 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  149. (:MLButtonDown 1
  150. 1 GUI_play clicksnd 0)
  151. (:On_action 1
  152. 1 select_pilot maingui 9))
  153.  
  154. OnOff pilot11
  155. (:area 26 249 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  156. (:MLButtonDown 1
  157. 1 GUI_play clicksnd 0)
  158. (:On_action 1
  159. 1 select_pilot maingui 10))
  160.  
  161. OnOff pilot12
  162. (:area 26 269 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  163. (:MLButtonDown 1
  164. 1 GUI_play clicksnd 0)
  165. (:On_action 1
  166. 1 select_pilot maingui 11))
  167.  
  168. OnOff pilot13
  169. (:area 26 289 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  170. (:MLButtonDown 1
  171. 1 GUI_play clicksnd 0)
  172. (:On_action 1
  173. 1 select_pilot maingui 12))
  174.  
  175. OnOff pilot14
  176. (:area 26 309 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  177. (:MLButtonDown 1
  178. 1 GUI_play clicksnd 0)
  179. (:On_action 1
  180. 1 select_pilot maingui 13))
  181.  
  182. OnOff pilot15
  183. (:area 26 329 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  184. (:MLButtonDown 1
  185. 1 GUI_play clicksnd 0)
  186. (:On_action 1
  187. 1 select_pilot maingui 14))
  188.  
  189. OnOff pilot16
  190. (:area 26 349 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  191. (:MLButtonDown 1
  192. 1 GUI_play clicksnd 0)
  193. (:On_action 1
  194. 1 select_pilot maingui 15))
  195.  
  196. OnOff pilot17
  197. (:area 26 369 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  198. (:MLButtonDown 1
  199. 1 GUI_play clicksnd 0)
  200. (:On_action 1
  201. 1 select_pilot maingui 16))
  202.  
  203. OnOff pilot18
  204. (:area 26 389 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  205. (:MLButtonDown 1
  206. 1 GUI_play clicksnd 0)
  207. (:On_action 1
  208. 1 select_pilot maingui 17))
  209.  
  210. OnOff pilot19
  211. (:area 26 409 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  212. (:MLButtonDown 1
  213. 1 GUI_play clicksnd 0)
  214. (:On_action 1
  215. 1 select_pilot maingui 18))
  216.  
  217. OnOff pilot20
  218. (:area 26 429 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  219. (:MLButtonDown 1
  220. 1 GUI_play clicksnd 0)
  221. (:On_action 1
  222. 1 select_pilot maingui 19))
  223.  
  224. OnOff pilot21
  225. (:area 26 449 134 20 :parent pilots :font fontc :text 3 3 NO_NAME :on pilon :off piloff :graphic_grayed piloff :trans :disabled :layer 1 :radio
  226. (:MLButtonDown 1
  227. 1 GUI_play clicksnd 0)
  228. (:On_action 1
  229. 1 select_pilot maingui 20))
  230.  
  231. #====================================================================================================================
  232. # MISSION BACKDROP HIGHLIGHTS - 21 IN TOTAL
  233. #====================================================================================================================
  234. Group mhilite
  235. (:area 0 0 0 0 :parent maingui)
  236. Bitmap mhigh3
  237. (:area 0 0 67 20 :parent maingui :sub_path main :file m_high3.sur)
  238.  
  239. sRegion mback1
  240. (:area 457 49 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  241. sRegion mback2
  242. (:area 457 69 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  243. sRegion mback3
  244. (:area 457 89 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  245. sRegion mback4
  246. (:area 457 109 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  247. sRegion mback5
  248. (:area 457 129 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  249. sRegion mback6
  250. (:area 457 149 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  251. sRegion mback7
  252. (:area 457 169 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  253. sRegion mback8
  254. (:area 457 189 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  255. sRegion mback9
  256. (:area 457 209 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  257. sRegion mback10
  258. (:area 457 229 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  259. sRegion mback11
  260. (:area 457 249 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  261. sRegion mback12
  262. (:area 457 269 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  263. sRegion mback13
  264. (:area 457 289 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  265. sRegion mback14
  266. (:area 457 309 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  267. sRegion mback15
  268. (:area 457 329 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  269. sRegion mback16
  270. (:area 457 349 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  271. sRegion mback17
  272. (:area 457 369 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  273. sRegion mback18
  274. (:area 457 389 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  275. sRegion mback19
  276. (:area 457 409 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  277. sRegion mback20
  278. (:area 457 429 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  279. sRegion mback21
  280. (:area 457 449 67 20 :parent mhilite :graphic mhigh3 :trans :layer 1)
  281.  
  282. #====================================================================================================================
  283. # MISSION SLOTS - 21 IN TOTAL
  284. #====================================================================================================================
  285. Bitmap mon
  286. (:area 0 0 150 20 :sub_path main :file m_high2.sur :parent maingui)
  287. Bitmap moff
  288. (:area 0 0 150 20 :sub_path main :file m_grey2.sur :parent maingui)
  289. Group missions
  290. (:area 0 0 0 0 :parent maingui)
  291.  
  292. OnOff mission1
  293. (:area 307 49 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  294. (:MLButtonDown 1
  295. 1 GUI_play clicksnd 0)
  296. (:On_action 1
  297. 1 select_mission maingui 0))
  298.  
  299. OnOff mission2
  300. (:area 307 69 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  301. (:MLButtonDown 1
  302. 1 GUI_play clicksnd 0)
  303. (:On_action 1
  304. 1 select_mission maingui 1))
  305.  
  306. OnOff mission3
  307. (:area 307 89 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  308. (:MLButtonDown 1
  309. 1 GUI_play clicksnd 0)
  310. (:On_action 1
  311. 1 select_mission maingui 2))
  312.  
  313. OnOff mission4
  314. (:area 307 109 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  315. (:MLButtonDown 1
  316. 1 GUI_play clicksnd 0)
  317. (:On_action 1
  318. 1 select_mission maingui 3))
  319.  
  320. OnOff mission5
  321. (:area 307 129 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  322. (:MLButtonDown 1
  323. 1 GUI_play clicksnd 0)
  324. (:On_action 1
  325. 1 select_mission maingui 4))
  326.  
  327. OnOff mission6
  328. (:area 307 149 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  329. (:MLButtonDown 1
  330. 1 GUI_play clicksnd 0)
  331. (:On_action 1
  332. 1 select_mission maingui 5))
  333.  
  334. OnOff mission7
  335. (:area 307 169 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  336. (:MLButtonDown 1
  337. 1 GUI_play clicksnd 0)
  338. (:On_action 1
  339. 1 select_mission maingui 6))
  340.  
  341. OnOff mission8
  342. (:area 307 189 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  343. (:MLButtonDown 1
  344. 1 GUI_play clicksnd 0)
  345. (:On_action 1
  346. 1 select_mission maingui 7))
  347.  
  348. OnOff mission9
  349. (:area 307 209 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  350. (:MLButtonDown 1
  351. 1 GUI_play clicksnd 0)
  352. (:On_action 1
  353. 1 select_mission maingui 8))
  354.  
  355. OnOff mission10
  356. (:area 307 229 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  357. (:MLButtonDown 1
  358. 1 GUI_play clicksnd 0)
  359. (:On_action 1
  360. 1 select_mission maingui 9))
  361.  
  362. OnOff mission11
  363. (:area 307 249 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  364. (:MLButtonDown 1
  365. 1 GUI_play clicksnd 0)
  366. (:On_action 1
  367. 1 select_mission maingui 10))
  368.  
  369. OnOff mission12
  370. (:area 307 269 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  371. (:MLButtonDown 1
  372. 1 GUI_play clicksnd 0)
  373. (:On_action 1
  374. 1 select_mission maingui 11))
  375.  
  376. OnOff mission13
  377. (:area 307 289 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  378. (:MLButtonDown 1
  379. 1 GUI_play clicksnd 0)
  380. (:On_action 1
  381. 1 select_mission maingui 12))
  382.  
  383. OnOff mission14
  384. (:area 307 309 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  385. (:MLButtonDown 1
  386. 1 GUI_play clicksnd 0)
  387. (:On_action 1
  388. 1 select_mission maingui 13))
  389.  
  390. OnOff mission15
  391. (:area 307 329 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  392. (:MLButtonDown 1
  393. 1 GUI_play clicksnd 0)
  394. (:On_action 1
  395. 1 select_mission maingui 14))
  396.  
  397. OnOff mission16
  398. (:area 307 349 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  399. (:MLButtonDown 1
  400. 1 GUI_play clicksnd 0)
  401. (:On_action 1
  402. 1 select_mission maingui 15))
  403.  
  404. OnOff mission17
  405. (:area 307 369 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  406. (:MLButtonDown 1
  407. 1 GUI_play clicksnd 0)
  408. (:On_action 1
  409. 1 select_mission maingui 16))
  410.  
  411. OnOff mission18
  412. (:area 307 389 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  413. (:MLButtonDown 1
  414. 1 GUI_play clicksnd 0)
  415. (:On_action 1
  416. 1 select_mission maingui 17))
  417.  
  418. OnOff mission19
  419. (:area 307 409 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  420. (:MLButtonDown 1
  421. 1 GUI_play clicksnd 0)
  422. (:On_action 1
  423. 1 select_mission maingui 18))
  424.  
  425. OnOff mission20
  426. (:area 307 429 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  427. (:MLButtonDown 1
  428. 1 GUI_play clicksnd 0)
  429. (:On_action 1
  430. 1 select_mission maingui 19))
  431.  
  432. OnOff mission21
  433. (:area 307 449 150 20 :parent missions :font fontc :text 3 3 NO_NAME :on mon :off moff :graphic_grayed moff :disabled :trans :layer 1 :radio
  434. (:MLButtonDown 1
  435. 1 GUI_play clicksnd 0)
  436. (:On_action 1
  437. 1 select_mission maingui 20))
  438.  
  439. #====================================================================================================================
  440. # SCORE SLOTS - 21 IN TOTAL
  441. #====================================================================================================================
  442. sRegion score1
  443. (:area 458 49 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  444.  
  445. sRegion score2
  446. (:area 458 69 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  447.  
  448. sRegion score3
  449. (:area 458 89 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  450.  
  451. sRegion score4
  452. (:area 458 109 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  453.  
  454. sRegion score5
  455. (:area 458 129 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  456.  
  457. sRegion score6
  458. (:area 458 149 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  459.  
  460. sRegion score7
  461. (:area 458 169 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  462.  
  463. sRegion score8
  464. (:area 458 189 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  465.  
  466. sRegion score9
  467. (:area 458 209 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  468.  
  469. sRegion score10
  470. (:area 458 229 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  471.  
  472. sRegion score11
  473. (:area 458 249 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  474.  
  475. sRegion score12
  476. (:area 458 269 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  477.  
  478. sRegion score13
  479. (:area 458 289 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  480.  
  481. sRegion score14
  482. (:area 458 309 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  483.  
  484. sRegion score15
  485. (:area 458 329 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  486.  
  487. sRegion score16
  488. (:area 458 349 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  489.  
  490. sRegion score17
  491. (:area 458 369 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  492.  
  493. sRegion score18
  494. (:area 458 389 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  495.  
  496. sRegion score19
  497. (:area 458 409 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  498.  
  499. sRegion score20
  500. (:area 458 429 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  501.  
  502. sRegion score21
  503. (:area 458 449 45 20 :parent maingui :trans :font fontc :text 3 3 0 :disabled :layer 1)
  504.  
  505. #====================================================================================================================
  506. # AWARD SLOTS - 21 IN TOTAL
  507. #====================================================================================================================
  508. Bitmap awardbmp1
  509. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  510. sRegion award1
  511. (:area 506 51 16 16 :parent maingui :graphic awardbmp1 :disabled :trans :layer 1)
  512.  
  513. Bitmap awardbmp2
  514. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  515. sRegion award2
  516. (:area 506 71 16 16 :parent maingui :graphic awardbmp2 :disabled :trans :layer 1)
  517.  
  518. Bitmap awardbmp3
  519. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  520. sRegion award3
  521. (:area 506 91 16 16 :parent maingui :graphic awardbmp3 :disabled :trans :layer 1)
  522.  
  523. Bitmap awardbmp4
  524. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  525. sRegion award4
  526. (:area 506 111 16 16 :parent maingui :graphic awardbmp4 :disabled :trans :layer 1)
  527.  
  528. Bitmap awardbmp5
  529. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  530. sRegion award5
  531. (:area 506 131 16 16 :parent maingui :graphic awardbmp5 :disabled :trans :layer 1)
  532.  
  533. Bitmap awardbmp6
  534. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  535. sRegion award6
  536. (:area 506 151 16 16 :parent maingui :graphic awardbmp6 :disabled :trans :layer 1)
  537.  
  538. Bitmap awardbmp7
  539. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  540. sRegion award7
  541. (:area 506 171 16 16 :parent maingui :graphic awardbmp7 :disabled :trans :layer 1)
  542.  
  543. Bitmap awardbmp8
  544. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  545. sRegion award8
  546. (:area 506 191 16 16 :parent maingui :graphic awardbmp8 :disabled :trans :layer 1)
  547.  
  548. Bitmap awardbmp9
  549. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  550. sRegion award9
  551. (:area 506 211 16 16 :parent maingui :graphic awardbmp9 :disabled :trans :layer 1)
  552.  
  553. Bitmap awardbmp10
  554. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  555. sRegion award10
  556. (:area 506 231 16 16 :parent maingui :graphic awardbmp10 :disabled :trans :layer 1)
  557.  
  558. Bitmap awardbmp11
  559. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  560. sRegion award11
  561. (:area 506 251 16 16 :parent maingui :graphic awardbmp11 :disabled :trans :layer 1)
  562.  
  563. Bitmap awardbmp12
  564. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  565. sRegion award12
  566. (:area 506 271 16 16 :parent maingui :graphic awardbmp12 :disabled :trans :layer 1)
  567.  
  568. Bitmap awardbmp13
  569. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  570. sRegion award13
  571. (:area 506 291 16 16 :parent maingui :graphic awardbmp13 :disabled :trans :layer 1)
  572.  
  573. Bitmap awardbmp14
  574. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  575. sRegion award14
  576. (:area 506 311 16 16 :parent maingui :graphic awardbmp14 :disabled :trans :layer 1)
  577.  
  578. Bitmap awardbmp15
  579. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  580. sRegion award15
  581. (:area 506 331 16 16 :parent maingui :graphic awardbmp15 :disabled :trans :layer 1)
  582.  
  583. Bitmap awardbmp16
  584. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  585. sRegion award16
  586. (:area 506 351 16 16 :parent maingui :graphic awardbmp16 :disabled :trans :layer 1)
  587.  
  588. Bitmap awardbmp17
  589. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  590. sRegion award17
  591. (:area 506 371 16 16 :parent maingui :graphic awardbmp17 :disabled :trans :layer 1)
  592.  
  593. Bitmap awardbmp18
  594. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  595. sRegion award18
  596. (:area 506 391 16 16 :parent maingui :graphic awardbmp18 :disabled :trans :layer 1)
  597.  
  598. Bitmap awardbmp19
  599. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  600. sRegion award19
  601. (:area 506 411 16 16 :parent maingui :graphic awardbmp19 :disabled :trans :layer 1)
  602.  
  603. Bitmap awardbmp20
  604. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  605. sRegion award20
  606. (:area 506 431 16 16 :parent maingui :graphic awardbmp20 :disabled :trans :layer 1)
  607.  
  608. Bitmap awardbmp21
  609. (:area 0 0 16 16 :sub_path main :file medb.sur :parent maingui)
  610. sRegion award21
  611. (:area 506 451 16 16 :parent maingui :graphic awardbmp21 :disabled :trans :layer 1)
  612.  
  613. #====================================================================================================================
  614. # SPECIAL SLOTS - 21 IN TOTAL
  615. #====================================================================================================================
  616. Bitmap spoff1
  617. (:area 0 0 88 20 :sub_path main :file m_sp01a.sur :trans :parent maingui)
  618. Bitmap spon1
  619. (:area 0 0 88 20 :sub_path main :file m_sp01b.sur :trans :parent maingui)
  620. OnOff spec1
  621. (:area 526 49 88 20 :parent maingui :on spon1 :off spoff1 :trans :disabled :layer 1
  622. (:MLButtonDown 1
  623. 1 GUI_play clicksnd 0)
  624. (:On_action 1
  625. 2 update_specials maingui 0 1)
  626. (:Off_action 1
  627. 2 update_specials maingui 0 0))
  628.  
  629. Bitmap spoff2
  630. (:area 0 0 88 20 :sub_path main :file m_sp02a.sur :parent maingui)
  631. Bitmap spon2
  632. (:area 0 0 88 20 :sub_path main :file m_sp02b.sur :parent maingui)
  633. OnOff spec2
  634. (:area 526 69 88 20 :parent maingui :on spon2 :off spoff2 :disabled :layer 1
  635. (:MLButtonDown 1
  636. 1 GUI_play clicksnd 0)
  637. (:On_action 1
  638. 2 update_specials maingui 1 1)
  639. (:Off_action 1
  640. 2 update_specials maingui 1 0))
  641.  
  642. Bitmap spoff3
  643. (:area 0 0 88 20 :sub_path main :file m_sp03a.sur :parent maingui)
  644. Bitmap spon3
  645. (:area 0 0 88 20 :sub_path main :file m_sp03b.sur :parent maingui)
  646. OnOff spec3
  647. (:area 526 89 88 20 :parent maingui :on spon3 :off spoff3 :disabled :layer 1
  648. (:MLButtonDown 1
  649. 1 GUI_play clicksnd 0)
  650. (:On_action 1
  651. 2 update_specials maingui 2 1)
  652. (:Off_action 1
  653. 2 update_specials maingui 2 0))
  654.  
  655. Bitmap spoff4
  656. (:area 0 0 88 20 :sub_path main :file m_sp04a.sur :parent maingui)
  657. Bitmap spon4
  658. (:area 0 0 88 20 :sub_path main :file m_sp04b.sur :parent maingui)
  659. OnOff spec4
  660. (:area 526 109 88 20 :parent maingui :on spon4 :off spoff4 :disabled :layer 1
  661. (:MLButtonDown 1
  662. 1 GUI_play clicksnd 0)
  663. (:On_action 1
  664. 2 update_specials maingui 3 1)
  665. (:Off_action 1
  666. 2 update_specials maingui 3 0))
  667.  
  668. Bitmap spoff5
  669. (:area 0 0 88 20 :sub_path main :file m_sp05a.sur :parent maingui)
  670. Bitmap spon5
  671. (:area 0 0 88 20 :sub_path main :file m_sp05b.sur :parent maingui)
  672. OnOff spec5
  673. (:area 526 129 88 20 :parent maingui :on spon5 :off spoff5 :disabled :layer 1
  674. (:MLButtonDown 1
  675. 1 GUI_play clicksnd 0)
  676. (:On_action 1
  677. 2 update_specials maingui 4 1)
  678. (:Off_action 1
  679. 2 update_specials maingui 4 0))
  680.  
  681. Bitmap spoff6
  682. (:area 0 0 88 20 :sub_path main :file m_sp06a.sur :parent maingui)
  683. Bitmap spon6
  684. (:area 0 0 88 20 :sub_path main :file m_sp06b.sur :parent maingui)
  685. OnOff spec6
  686. (:area 526 149 88 20 :parent maingui :on spon6 :off spoff6 :disabled :layer 1
  687. (:MLButtonDown 1
  688. 1 GUI_play clicksnd 0)
  689. (:On_action 1
  690. 2 update_specials maingui 5 1)
  691. (:Off_action 1
  692. 2 update_specials maingui 5 0))
  693.  
  694. Bitmap spoff7
  695. (:area 0 0 88 20 :sub_path main :file m_sp07a.sur :parent maingui)
  696. Bitmap spon7
  697. (:area 0 0 88 20 :sub_path main :file m_sp07b.sur :parent maingui)
  698. OnOff spec7
  699. (:area 526 169 88 20 :parent maingui :on spon7 :off spoff7 :disabled :layer 1
  700. (:MLButtonDown 1
  701. 1 GUI_play clicksnd 0)
  702. (:On_action 1
  703. 2 update_specials maingui 6 1)
  704. (:Off_action 1
  705. 2 update_specials maingui 6 0))
  706.  
  707. Bitmap spoff8
  708. (:area 0 0 88 20 :sub_path main :file m_sp08a.sur :parent maingui)
  709. Bitmap spon8
  710. (:area 0 0 88 20 :sub_path main :file m_sp08b.sur :parent maingui)
  711. OnOff spec8
  712. (:area 526 189 88 20 :parent maingui :on spon8 :off spoff8 :disabled :layer 1
  713. (:MLButtonDown 1
  714. 1 GUI_play clicksnd 0)
  715. (:On_action 1
  716. 2 update_specials maingui 7 1)
  717. (:Off_action 1
  718. 2 update_specials maingui 7 0))
  719.  
  720. Bitmap spoff9
  721. (:area 0 0 88 20 :sub_path main :file m_sp09a.sur :parent maingui)
  722. Bitmap spon9
  723. (:area 0 0 88 20 :sub_path main :file m_sp09b.sur :parent maingui)
  724. OnOff spec9
  725. (:area 526 209 88 20 :parent maingui :on spon9 :off spoff9 :disabled :layer 1
  726. (:MLButtonDown 1
  727. 1 GUI_play clicksnd 0)
  728. (:On_action 1
  729. 2 update_specials maingui 8 1)
  730. (:Off_action 1
  731. 2 update_specials maingui 8 0))
  732.  
  733. Bitmap spoff10
  734. (:area 0 0 88 20 :sub_path main :file m_sp10a.sur :parent maingui)
  735. Bitmap spon10
  736. (:area 0 0 88 20 :sub_path main :file m_sp10b.sur :parent maingui)
  737. OnOff spec10
  738. (:area 526 229 88 20 :parent maingui :on spon10 :off spoff10 :disabled :layer 1
  739. (:MLButtonDown 1
  740. 1 GUI_play clicksnd 0)
  741. (:On_action 1
  742. 2 update_specials maingui 9 1)
  743. (:Off_action 1
  744. 2 update_specials maingui 9 0))
  745.  
  746. Bitmap spoff11
  747. (:area 0 0 88 20 :sub_path main :file m_sp11a.sur :parent maingui)
  748. Bitmap spon11
  749. (:area 0 0 88 20 :sub_path main :file m_sp11b.sur :parent maingui)
  750. OnOff spec11
  751. (:area 526 249 88 20 :parent maingui :on spon11 :off spoff11 :disabled :layer 1
  752. (:MLButtonDown 1
  753. 1 GUI_play clicksnd 0)
  754. (:On_action 1
  755. 2 update_specials maingui 10 1)
  756. (:Off_action 1
  757. 2 update_specials maingui 10 0))
  758.  
  759. Bitmap spoff12
  760. (:area 0 0 88 20 :sub_path main :file m_sp12a.sur :parent maingui)
  761. Bitmap spon12
  762. (:area 0 0 88 20 :sub_path main :file m_sp12b.sur :parent maingui)
  763. OnOff spec12
  764. (:area 526 269 88 20 :parent maingui :on spon12 :off spoff12 :disabled :layer 1
  765. (:MLButtonDown 1
  766. 1 GUI_play clicksnd 0)
  767. (:On_action 1
  768. 2 update_specials maingui 11 1)
  769. (:Off_action 1
  770. 2 update_specials maingui 11 0))
  771.  
  772. Bitmap spoff13
  773. (:area 0 0 88 20 :sub_path main :file m_sp13a.sur :parent maingui)
  774. Bitmap spon13
  775. (:area 0 0 88 20 :sub_path main :file m_sp13b.sur :parent maingui)
  776. OnOff spec13
  777. (:area 526 289 88 20 :parent maingui :on spon13 :off spoff13 :disabled :layer 1
  778. (:MLButtonDown 1
  779. 1 GUI_play clicksnd 0)
  780. (:On_action 1
  781. 2 update_specials maingui 12 1)
  782. (:Off_action 1
  783. 2 update_specials maingui 12 0))
  784.  
  785. Bitmap spoff14
  786. (:area 0 0 88 20 :sub_path main :file m_sp14a.sur :parent maingui)
  787. Bitmap spon14
  788. (:area 0 0 88 20 :sub_path main :file m_sp14b.sur :parent maingui)
  789. OnOff spec14
  790. (:area 526 309 88 20 :parent maingui :on spon14 :off spoff14 :disabled :layer 1
  791. (:MLButtonDown 1
  792. 1 GUI_play clicksnd 0)
  793. (:On_action 1
  794. 2 update_specials maingui 13 1)
  795. (:Off_action 1
  796. 2 update_specials maingui 13 0))
  797.  
  798. Bitmap spoff15
  799. (:area 0 0 88 20 :sub_path main :file m_sp15a.sur :parent maingui)
  800. Bitmap spon15
  801. (:area 0 0 88 20 :sub_path main :file m_sp15b.sur :parent maingui)
  802. OnOff spec15
  803. (:area 526 329 88 20 :parent maingui :on spon15 :off spoff15 :disabled :layer 1
  804. (:MLButtonDown 1
  805. 1 GUI_play clicksnd 0)
  806. (:On_action 1
  807. 2 update_specials maingui 14 1)
  808. (:Off_action 1
  809. 2 update_specials maingui 14 0))
  810.  
  811. Bitmap spoff16
  812. (:area 0 0 88 20 :sub_path main :file m_sp16a.sur :parent maingui)
  813. Bitmap spon16
  814. (:area 0 0 88 20 :sub_path main :file m_sp16b.sur :parent maingui)
  815. OnOff spec16
  816. (:area 526 349 88 20 :parent maingui :on spon16 :off spoff16 :disabled :layer 1
  817. (:MLButtonDown 1
  818. 1 GUI_play clicksnd 0)
  819. (:On_action 1
  820. 2 update_specials maingui 15 1)
  821. (:Off_action 1
  822. 2 update_specials maingui 15 0))
  823.  
  824. Bitmap spoff17
  825. (:area 0 0 88 20 :sub_path main :file m_sp17a.sur :parent maingui)
  826. Bitmap spon17
  827. (:area 0 0 88 20 :sub_path main :file m_sp17b.sur :parent maingui)
  828. OnOff spec17
  829. (:area 526 369 88 20 :parent maingui :on spon17 :off spoff17 :disabled :layer 1
  830. (:MLButtonDown 1
  831. 1 GUI_play clicksnd 0)
  832. (:On_action 1
  833. 2 update_specials maingui 16 1)
  834. (:Off_action 1
  835. 2 update_specials maingui 16 0))
  836.  
  837. Bitmap spoff18
  838. (:area 0 0 88 20 :sub_path main :file m_sp18a.sur :parent maingui)
  839. Bitmap spon18
  840. (:area 0 0 88 20 :sub_path main :file m_sp18b.sur :parent maingui)
  841. OnOff spec18
  842. (:area 526 389 88 20 :parent maingui :on spon18 :off spoff18 :disabled :layer 1
  843. (:MLButtonDown 1
  844. 1 GUI_play clicksnd 0)
  845. (:On_action 1
  846. 2 update_specials maingui 17 1)
  847. (:Off_action 1
  848. 2 update_specials maingui 17 0))
  849.  
  850. Bitmap spoff19
  851. (:area 0 0 88 20 :sub_path main :file m_sp19a.sur :parent maingui)
  852. Bitmap spon19
  853. (:area 0 0 88 20 :sub_path main :file m_sp19b.sur :parent maingui)
  854. OnOff spec19
  855. (:area 526 409 88 20 :parent maingui :on spon19 :off spoff19 :disabled :layer 1
  856. (:MLButtonDown 1
  857. 1 GUI_play clicksnd 0)
  858. (:On_action 1
  859. 2 update_specials maingui 18 1)
  860. (:Off_action 1
  861. 2 update_specials maingui 18 0))
  862.  
  863. Bitmap spoff20
  864. (:area 0 0 88 20 :sub_path main :file m_sp20a.sur :parent maingui)
  865. Bitmap spon20
  866. (:area 0 0 88 20 :sub_path main :file m_sp20b.sur :parent maingui)
  867. OnOff spec20
  868. (:area 526 429 88 20 :parent maingui :on spon20 :off spoff20 :disabled :layer 1
  869. (:MLButtonDown 1
  870. 1 GUI_play clicksnd 0)
  871. (:On_action 1
  872. 2 update_specials maingui 19 1)
  873. (:Off_action 1
  874. 2 update_specials maingui 19 0))
  875.  
  876. Bitmap spoff21
  877. (:area 0 0 88 20 :sub_path main :file m_sp21a.sur :trans :parent maingui)
  878. Bitmap spon21
  879. (:area 0 0 88 20 :sub_path main :file m_sp21b.sur :trans :parent maingui)
  880. OnOff spec21
  881. (:area 526 449 88 20 :parent maingui :on spon21 :off spoff21 :trans :disabled :layer 1
  882. (:MLButtonDown 1
  883. 1 GUI_play clicksnd 0)
  884. (:On_action 1
  885. 2 update_specials maingui 20 1)
  886. (:Off_action 1
  887. 2 update_specials maingui 20 0))
  888.  
  889. Paths 0 0
  890.